home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCMania 73
/
PCMania CD73_1.iso
/
sharewar
/
varios
/
partial
/
REGALOS
/
POV
/
R.BAT
< prev
Wrap
DOS Batch File
|
1998-03-29
|
609b
|
37 lines
@Echo off
:inicio
if %3==3 goto sin
if %3==2 goto render
if %3==1 goto prueba
if no exist %3 goto prueba
:sin
povray +i%1 -f +dgt +b +sp4 -a +h200 +w320 +lc:\graficos\povdos\include
goto end
:render
povray +i%1 +o%2 +dgt +b +sp4 +a +h600 +w800 +lc:\graficos\povdos\include
goto pregunta
goto end
:prueba
povray +i%1 +o%2 +dgt +b -p +sp4 -a +h200 +w320 +lc:\graficos\povdos\include
goto pregunta
goto end
:pregunta
cls
ECHO ¿QUIERES VER DE NUEVO LA IMAGEN?[1]Si,[2]No
choice/c:12 /N
if errorlevel 2 goto no
if errorlevel 1 goto si
:si
pv %2.tga
:no
cls
goto end
:end